Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NSpanCellCollection<TCell> Class / hMCh Method


In This Topic
    hMCh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub hMCh( _
       ByVal IMCh As NColumnCollection, _
       ByVal jMCh As NRow, _
       ByVal KMCh As System.Double, _
       ByVal lMCh As System.Double, _
       ByVal MMCh As System.Double, _
       ByVal nMCh As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NSpanCellCollection(Of TCell)
    Dim IMCh As NColumnCollection
    Dim jMCh As NRow
    Dim KMCh As System.Double
    Dim lMCh As System.Double
    Dim MMCh As System.Double
    Dim nMCh As System.Double
     
    instance.hMCh(IMCh, jMCh, KMCh, lMCh, MMCh, nMCh)
    internal void hMCh( 
       NColumnCollection IMCh,
       NRow jMCh,
       System.double KMCh,
       System.double lMCh,
       System.double MMCh,
       System.double nMCh
    )

    Parameters

    IMCh
    jMCh
    KMCh
    lMCh
    MMCh
    nMCh
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also